\documentclass{article}

\newtheorem{theorem}{theorem}
\begin{document}

\begin{theorem}
Italic parts
\\
\emph{non--italic parts with emph }\\
\textrm{non--italic parts with textrm }

\end{theorem}
\end{document}