Here is the statement.
if $x = 2$ and $y = 3$, then $xy = 6$.
Since the contrapositive of $P \Rightarrow Q$ is $\neg Q \Rightarrow \neg P$ would the statement just be
if $xy \neq 6$ then $x \neq 2$ or $y \neq 3$
?
Also, is this statement true or false? I am thinking it's false because the $x$ and $y$ can just swap places so $x = 3$ and $y = 2$ and thus it's still $6$.
Yes, the contrapositive is "If $xy\ne6$ then $x\ne2$ or $y\ne3$". And it is true. To see that, consider the original statement itself (if the statement is true, so is the contrapositive). This is one of the cases where the truth of the contrapositive is less obvious than the truth of the original statement.