\documentclass{article}
\usepackage{amsmath}
\usepackage{xepersian}
\settextfont{B Nazanin}
\setdigitfont{Yas}
\everymath\expandafter{\the\everymath\PersianMathsDigits\SetMathsDigits}
\DefaultMathsDigits

\begin{document}
	
\begin{table}[]
	\centering
	\caption{جدول}
	\label{my-label}
	\begin{tabular}{|c|c|c|}
		\hline
		الف & ب        & پ        \\ \hline
		یک  & $2x_{s}$ & $2y_{s}$ \\ \hline
		دو  & $2x_{j}$ & $2y_{j}$ \\ \hline
	\end{tabular}
\end{table}

	\begin{equation}
	MSE=\int_{t=0}^{\infty}(r-y(t))^{2}dt 
	\end{equation}
	
	\begin{table}
		\centering
		\caption{ پاسخ }
		\label{Tabel.1}
		\begin{LTR}
			\begin{tabular}{l
					c 
					c |
					c 
					c }
				\hline
				& \multicolumn{2}{c|}{پاسخ} & \multicolumn{2}{c}{\lr{D}} \\ \hline
				& \lr{M}                   & \lr{R}                        & \lr{M}                      & \lr{R}                          \\
				\textbf{\lr{L}}          & $604.72$ & $72.441$ & $0.0082214$ & $0.0010927$                    \\
				\textbf{\lr{P}}           &  $383.56$ & $59.564$ & $0.0072015$ & $0.0011248$                   \\
				\textbf{\lr{U}}       & ...                       & ...                        & $0.028979 $                     & $0.0079575$                    \\ \hline
			\end{tabular}
		\end{LTR}
	\end{table}
فرمول 
$y=\dfrac{2}{y+5z}\times2x+3$
داخل متن هستش ولی اعداد فرمول ها باید انگلیسی باشند
\end{document}