What font is "z" in "z-score"?

Times font in both cases. The difference is italic versus upright. Kerning is slightly different if employed as math versus italic.

\documentclass{article}
\usepackage{newtxtext,newtxmath}
\begin{document}
$z$-score

\textit{z}-score
\end{document}

enter image description here


With MathTime Professional 2 fonts from PCTeX, complete or lite version, reading the guide to pag. 7, you can use in math-mode the "swash" z, putting into \usepackage[.....,lite]{mtpro2} the option zswash.

enter image description here

\documentclass[12pt]{article}
\usepackage[zswash,lite]{mtpro2}
\usepackage{newtxtext}
\begin{document}
$z$
\end{document}

This is the relative output.

enter image description here