You might get that by brute force. We know that both x and y can not be positive since even x=y=1 will sum to 7. It doesn't matter which is negative, but we rewrite the equation as 2x^2-2xy+3y^2. Y must be odd and if as large as 3, we have 2x^2-6x=-22. This gives x^2-3x = 11. Which gives x(x-3) =11, which is a prime and so this is impossible.
Possibly, by proceeding in this way, we can figure this thing out.
Once we know a few facts from the above, we can look at the matter as a congruence modulo 4. In this case y and all odd squares are congruent to 1. So the matter reduces to 2X^2 +2xy==-2 Mod 4, and then to x^2+xy ==1 Mod 2. So x must be odd, x^2==1 Mod 2, and thus xy==0 Mod 2, which is impossible. Maybe that will work!