I would do this a different way, but I will help you with the way you proposed.
Clearly $\sqrt[3]{n+1}\ge \sqrt[3]{n}$ because $n$ is a positive number, so the sequence is bounded below by zero.
To prove the sequence is decreasing, it suffices to show that $x_{n}\le x_{n-1}$, that is,
$$ \sqrt[3]{n+1} - \sqrt[3]{n} \le \sqrt[3]{n} - \sqrt[3]{n-1},$$
which is equivalent to
$$ \sqrt[3]{n+1} + \sqrt[3]{n-1}\le 2\sqrt[3]{n}.$$
You might be able to just cube this and show it holds, but the algebra seems hairy. A better way is to note that the cube root function is concave. Then the inequality follows immediately.
A more efficient way would be to use Taylor series, which allows you to actually compute the limit.