Here is a sketch of a way forward.
First we write
$$\begin{align}
\int_{-1}^{3/2} |x\sin(nx)|\,dx&=2\int_{0}^1 x|\sin(nx)|\,dx+\int_1^{3/2} x|\sin(nx)|\,dx\\\\
&=\frac2{n^2}\int_0^n x|\sin(x)|\,dx+\frac1{n^2}\int_n^{3n/2}x|\sin(x)|\,dx
\end{align}$$
Next, we note there exists an integer $k\ge 0$ such that $k\pi\le n\le (k+1)\pi$. So, given $n$ we can write
$$\begin{align}
\int_0^n x|\sin(x)|\,dx&=\sum_{m=0}^{k-1} \int_{m\pi}^{(m+1)\pi}x|\sin(x)|\,dx+\int_{k\pi}^n x|\sin(x)|\,dx\\\\
&=\sum_{m=0}^{k-1}\int_0^\pi (x+m\pi)\sin(x)\,dx+\int_0^{n-k\pi} (x+k\pi)\sin(x)\,dx \tag1
\end{align}$$
The integrals on the far right-hand side of $(1)$ can be carried out in closed form using, for example, integration by parts. And the integral $\int_n^{3n/2}x|\sin(x)|\,dx$ can be evaluated in an analogous manner. The details are left to the reader.