First solution:
Let $I_n:=[x_n,y_n]$. Since $x_n$ is increasing and $y_n$ is decreasing we have:
$I_1\subseteq I_2\subseteq\cdots$, that is, $(I_n)$ is a decreasing sequence of events, so it satisfies $$\lim_{n\rightarrow \infty}(I_n)=\cap_{n=1}^\infty I_n=\left[\sup_{n\in \mathbb{N}}x_n,\inf_{n\in\mathbb{N}}y_n\right]=[x,y].$$
Since $P$ is a probability, it follows that $P$ is continuous from above, so $$\lim P(I_n)=P(\lim (I_n))=P([x,y]).$$
Second solution:
If you're not familiar with these concepts, you can solve it by using the following property:
$If A_1\supseteq A_2\supseteq A_3\supseteq \cdots$ is a countable
sequence of events such that $\cap A_n=\emptyset$, then $$\lim_{n\rightarrow \infty}
P(A_n)=0$$.
So, $$\lim_{n\rightarrow \infty} P([x_n,y_n])=\lim_{n\rightarrow \infty} \{P([x_n,x))+P([x,y])+P((y,y_n])\}$$
First, notice that for every $n\in \mathbb{N}$ $[x_n,x)\supseteq [x_{n+1},x)$ since $x_n$ is increasing. Similarly, $(y,y_n]\supseteq (y,y_{n+1}]$. Also, since $x=\lim x_n=\sup x_n$ and $y=\lim y_n=\inf y_n$, we get $$\bigcap_{n\in \mathbb{N}}[x_n,x)=\bigcap_{n\in\mathbb{N}} (y,y_n]=\emptyset.$$
The result follows using the property on the sets $[x_n,x)$ and $(y,y_n]$. We have now $$\lim_{n\rightarrow \infty} P([x_n,x))=\lim_{n\rightarrow \infty} P(y,y_n]=0.$$
With this in mind, the previous equality becomes
$$\lim_{n\rightarrow \infty} P[x_n,y_n]=0+P([x,y])+0=P([x,y]),$$
the desired result.
If you drop the hypothesis of convergence but keep monotonicity,you will have unbounded sequences, so instead of $[x,y]$ you'll get the emptyset since $[x_n,y_n]$ will degenerate for large $n$.