Lets say $G={-2,2}$ and $a*b=\text{max}\{a,b\}$. I need to check if this is a group and if it does than is it abelian or not and finite or not.
Well... first, I'm not sure if this is a group. for $-2,2$ I'll always get the same result so can I say there is identity number??
Okay, let's talk about it.
A group $G$ needs three things.
Identity: There must be an element $e\in G$ so that $e\star g=g\star e=g$ for all $g\in G$.
Inverses: For each $g\in G$, there must be an element $g^{-1}\in G$ so that $g^{-1}\star g=g\star g^{-1}=e$.
Associativity: For $a,b,c\in G$, $a\star(b\star c)=(a\star b)\star c$.
Your example satisfies $1$ and $3$: $-2$ is an identity, and the operation is clearly associative. However, there is no inverse for $2$. So $G$ is not a group. It is a monoid, though!