Demeand ARMA(p,q):
$$ \begin{align} x_t & \, \overbrace{:=}^{\text{ARMA(p,q)}} \, \phi_1 \times x_{t-1} + \phi_2 \times x_{t-2} + \dotsc + \phi_p \times x_{t-p} + \epsilon_t +\theta_1 \times \epsilon_{t-1} + \dotsc +\theta_q \times \epsilon_{t-q} , \quad x_0 = 0, \end{align} $$
If both ACF and PACF plots demonstrate a gradual decreasing pattern, then the ARMA process should be considered for modeling.
Both ACF and PACF show slow decay (gradual decrease). Hence, the ARMA(1,1) model would be appropriate for the series.
Again, observing the ACF plot: it sharply drops after two significant lags which indicates that an MA (2) would be a good candidate model for the process.
Therefore, we should experiment with both ARMA(1,1) and MA(2) for the process and later select the optimal model based on a performance metric like AIC (Akaike Information Criteria).