If $x$ is an integer, then
$$x^4-4x^3-22x^2-36x+18$$
$\qquad$is congruent to $2$ mod $4$ if $x$ is even,
$\qquad$and is congruent to $5$ mod $8$ if $x$ is odd,
hence can't be a perfect square.
(Even squares are congruent to $0$ mod $4$, and odd squares are congruent to $1$ mod $8$.)
Some details . . .
If $x$ is even, all the terms are multiples of $4$ except $18$, so
\begin{align*}
&x^4-4x^3-22x^2-36x+18\\[4pt]
\equiv\;&18\;(\text{mod}\;4)\\[4pt]
\equiv\;&2\;(\text{mod}\;4)\\[4pt]
\end{align*}
If $x$ is odd, then $x^2 \equiv 1\;(\text{mod}\;8)$, hence
\begin{align*}
&x^4-4x^3-22x^2-36x+18\\[4pt]
\equiv\;&x^4-4x^3-6x^2-4x+2\;(\text{mod}\;8)\\[4pt]
\equiv\;&(x^2)^2-4(x^2)x-6x^2-4x+2\;(\text{mod}\;8)\\[4pt]
\equiv\;&(1)^2-4(1)x-6(1)-4x+2\;(\text{mod}\;8)\\[4pt]
\equiv\;&-3-8x\;(\text{mod}\;8)\\[4pt]
\equiv\;&5\;(\text{mod}\;8)\\[4pt]
\end{align*}