is possible have the \usepackage{mathpazo} with \usepackage[nomath,fulloldstylenums,fulloldstyle]{kpfonts} but with the integrals symbols (\int \oint ecc) from the \usepackage[utopia]{mathdesign} and the \ell character from the \usepackage[fulloldstylenums,fulloldstyle]{kpfonts} ?

for me, the serifs of the \int from \usepackage{mathpazo} is not according to the kpfonts; or i'm wrong?
\documentclass[a4paper]{memoir}
\usepackage[T1]{fontenc}
\usepackage{mathpazo}
\usepackage[utopia]{mathdesign}
\usepackage[nomath,fulloldstylenums,fulloldstyle]{kpfonts}
\begin{document}
\begin{equation}
\int f(x)\, dx
\end{equation}
\end{document}